home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
NeXTSTEP 3.3 (Developer)…68k, x86, SPARC, PA-RISC]
/
NeXTSTEP 3.3 Dev Intel.iso
/
NextDeveloper
/
Headers
/
bsd
/
dirent.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1993-01-20
|
312 b
|
14 lines
/* Copyright 1993 NeXT Computer, Inc. - WMG */
#ifndef _DIRENT_H
#define _DIRENT_H
#include <standards.h>
#ifdef _POSIX_SOURCE
#include <sys/dir.h> /* for struct DIR and */
/* function declarations. */
#include <sys/dirent.h> /* for struct dirent */
#endif /* _POSIX_SOURCE */
#endif /* _DIRENT_H */